home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 4 && _root.fireRune >= 4 && _root.exploRune >= 2 && this.timey.timer == 100)
- {
- this.timey.timer = 0;
- this.timey.timeIt = 0.6;
- this.timey._visible = true;
- _root.magRune -= 4;
- _root.exploRune -= 2;
- _root.fireRune -= 4;
- _root.lightHit.lighty = true;
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-